public IEnumerable <UserChat> GetAllChats(int id)
 {
     return(usersBL.GetAllChats(id));
 }