public int Delete(int Id)
 {
     return(iusersServices.DeleteUsers(Id));
 }