public ActionResult <int> Delete(int id) => ((IConsultantService)ConsultantService
                                              .ValidateDelete(id))
 .Delete(id);