public bool DeleteEndUsers(Guid ID)
 {
     return(UserCompanyService.DeleteEndUser(ID));
 }