public bool DeletePermission(int id)
 {
     return(_permitService.DeletePermission(id));
 }