public static bool AddDislike(int customerid, int id)
 {
     return(LikeDBManager.AddDislike(customerid, id));
 }