return&httperror.HandlerError{http.StatusNotFound,"Unable to find a resource control with the specified identifier inside the database",err}
}elseiferr!=nil{
return&httperror.HandlerError{http.StatusInternalServerError,"Unable to find a resource control with with the specified identifier inside the database",err}