public bool delete(int id, int adminid)
 {
     return(_customer.delete(id, adminid));
 }